MAKE APP MESSAGE
MAKE APP MESSAGE will create a new unique message identifier that can be used to pass messages to other applications or receive messages from them. The command uses the RegisterWindowMessage function from the Windows API. If two or more applications register the same message string, the this function returns the same message value. The message remains registered until the Windows session ends.
ARGUMENTS:
* Message = a free message number between 1 and 256
* String Value = a string value that identifies the message
SYNTAX
MAKE APP MESSAGE Message,String Value
RELATED INFO
View Window Commands Index
View STYX Index
View STYX Main File
